Skip to main content

DescribePropertyStatistic

Description

obtain statistics of host asset information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribePropertyStatistic

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
UuidsBODYstringNoNo sample value for this parameter.host asset UUID, specifying multiple host asset UUIDs separated.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
PropertyStatisticsarrayno demo valuehost statistics list, see the following parameter description for specific sub-items.
UserGetDatestringno demo valueuser account information update time.
RootUserCountstringno demo valuethe number of user accounts with root permission.
Uuidstringno demo valuehost asset UUID.
RequestIdstringno demo valuerequest ID.
UserCountstringno demo valuetotal number of user accounts.
ProcCountstringno demo valuenumber of processes running.
PortGetDatestringno demo valueport information update time.
PortCountstringno demo valuenumber of open ports.
ProcGetDatestringno demo valueprocess information update time.

Example

Successful Response example

{
"PropertyStatistics":"no demo value",
"UserGetDate":"no demo value",
"RootUserCount":"no demo value",
"Uuid":"no demo value",
"RequestId":"no demo value",
"UserCount":"no demo value",
"ProcCount":"no demo value",
"PortGetDate":"no demo value",
"PortCount":"no demo value",
"ProcGetDate":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}